(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPPow()
SYNOPSIS

LONG x
LONG y

LOCATION
In MathIeeeSingTransBase at offset 15
FUNCTION
Calculate y raised to the x power (y^x)

INPUTS
x
IEEE single precision floating point number
y
IEEE single precision floating point number
RESULT
IEEE single precision floating point number

flags: zero : result is zero negative : result is negative overflow : result is too big

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.07.1997 bergers
Initial revision - yet more math stuff!